home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / zoom.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  261 b   |  10 lines

  1. xposstart = parseFloat(x3) + xposadd;
  2. yposstart = parseFloat(y3);
  3. hexV = parseInt(colortext);
  4. myColor = new Color(letter);
  5. myColor.setRGB(hexV);
  6. hexV = parseInt(colorbackground);
  7. myColor = new Color(background);
  8. myColor.setRGB(hexV);
  9. delayall = delay;
  10.